Remove superfluous CSS position specifiers

Akinori MUSHA 9 years ago
parent
commit
42e53c4b1c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/assets/stylesheets/diagram.css.scss

+ 0 - 4
app/assets/stylesheets/diagram.css.scss

@@ -8,13 +8,9 @@
8 8
   }
9 9
 
10 10
   .overlay-container {
11
-    position: absolute;
12
-    top: 0;
13
-    left: 0;
14 11
     z-index: auto;
15 12
 
16 13
     .overlay {
17
-      position: relative;
18 14
       z-index: auto;
19 15
       width: 100%;
20 16
       height: 100%;